chore: added missing builder file for pcc sync worker#4037
Conversation
Signed-off-by: Uroš Marolt <uros@marolt.me>
|
Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability. Example:
Projects:
Please add a Jira issue key to your PR title. |
1 similar comment
|
Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability. Example:
Projects:
Please add a Jira issue key to your PR title. |
|
Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability. Example:
Projects:
Please add a Jira issue key to your PR title. |
There was a problem hiding this comment.
Pull request overview
Adds the missing builder environment definition for the pcc-sync-worker so it can be included in the repo’s scripted image build/publish flow (via scripts/cli and the builders directory).
Changes:
- Introduces
scripts/builders/pcc-sync-worker.envwith Docker build context, Dockerfile path, target repo, and service name.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Note
Low Risk
Low risk: adds a missing
scripts/buildersenv file used for image build/publish configuration, with no runtime code changes.Overview
Adds a missing
scripts/builders/pcc-sync-worker.envfile so thepcc-sync-workercan be built and pushed using the standard builder configuration (Dockerfile path, build context, target repo, and service name).Reviewed by Cursor Bugbot for commit 4532b34. Bugbot is set up for automated code reviews on this repo. Configure here.